home *** CD-ROM | disk | FTP | other *** search
/ Inside Indy 1993 / Inside Indy 1993.iso / demos / CHEM / highres < prev    next >
Encoding:
Text File  |  1993-06-23  |  169 b   |  8 lines

  1. #!/bin/sh
  2. if ( test "$INDYTMPDIR" = "" ) ; then
  3.     INDYTMPDIR=/usr/tmp
  4. fi
  5. mkdir $INDYTMPDIR/indydemo$$
  6. /bin/env TMPDIR=$INDYTMPDIR/indydemo$$ showcase -f -v highres.demo
  7.  
  8.